<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*************************************************
*********** Initialization CSS Styles ************
************* Written by: Cool, 2016 *************
*************************************************/

body {
    width: 100%;
    /*line-height: 1em;*/
    color: #333;
    font-family: 'Helvetica Neue',Helvetica,STheiti,'Microsoft YaHei UI','Microsoft YaHei','SimSun',Arial,Tahoma,sans-serif;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, li {
    margin: 0;
    padding: 0;
    line-height: 1em;
}
li {
    list-style: none;
}
a,
a:hover,
a:focus {
    line-height: 1em;
    color: inherit;
    text-decoration: none;
}
span {
    line-height: 1em;
}
input,
button,
textarea {
    vertical-align: middle;
    border: 0;
    outline: none;
}
input[type='submit'],
input[type='button'],
input[type='reset'],
button {
    border-radius: 0;
    -webkit-appearance: none;
    background-color: transparent;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
textarea {
    resize: none;
}
.clear,
.wrapper:after {
    display: block;
    height: 0;
    clear: both;
    content: '';
    visibility: hidden;
}
.wrapper {
    margin: 0 auto;
}
.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -moz-box;
    -webkit-line-clamp: 1;
    -moz-line-clamp: 1;
    -webkit-box-orient: vertical;
    -moz-box-orient: horizontal;
}

header {
    position: relative;
    width: 100%;
    background-color: #fff;
}

.logo {
    padding-top: 2px;
    padding-bottom: 10px;
}
.logo,
.logo img,
.logo span {
    float: left;
}
.logo span {
    font-size: 24px;
    font-weight: bold;
}

/*************************************************
********************* footer *********************
*************************************************/
footer {
    margin-top: 40px;
    padding-top: 36px;
    font-size: 12px;
    background-color: #53BB6F;
}
footer .wrap {
    padding-bottom: 30px;
    color: #fff;
}
footer .wrap h5 {
    margin-bottom: 10px;
    color: #fff;
    font-size: 14px;
}
footer .wrap p {
    line-height: 18px;
    color: #fff;
}
footer .f-about {
    float: left;
    width: 370px;
}
footer .f-nav {
    float: left;
    margin-left: 65px;
}
footer .f-nav &gt; li {
    float: left;
    margin-left: 65px;
}
footer .f-nav li li {
    margin-bottom: 3px;
}
footer .f-nav li a {
    line-height: 20px;
}
footer .f-nav &gt; li:first-child {
    margin-left: 0;
}
footer .f-contact {
    float: right;
    width: 285px;
}
footer .f-contact .way {
    margin-top: 15px;
}
footer .f-contact .way img {
    float: left;
    margin-right: 4px;
    width: 72px;
    height: 72px;
}
footer .f-contact .way .num {
    padding-top: 6px;
    font-size: 14px;
    font-family: Arial;
}
footer .f-contact .way .num span {
    display: block;
    line-height: 20px;
}
footer .f-contact .way .num span em {
    display: inline-block;
    font-style: normal;
}
#footer {
    padding: 14px 0;
    margin:0 auto;
    width: 1100px;
    color: #fff;
    background-color: #53BB6F;
    font-size: 12px;
    border-top:1px solid #7CCE92;
}
#footer .bt span {
    float: left;
}
#footer .bt .support {
    float: right;
}

/*************************************************
********************* banner *********************
*************************************************/
.banner {
    width: 100%;
    height: 550px;
    background-position: center;
    background-repeat: no-repeat;
}

/*************************************************
******************** location ********************
*************************************************/
#location {
    margin-bottom: 30px;
    padding-top: 20px;
    padding-bottom: 4px;
    line-height: 20px;
    color: #888;
    font-size: 12px;
    font-family: 'SimSun';
    text-align: right;
    border-bottom: 1px solid #e0e0e0;
}
#location .wrapper:before,
#location .wrapper:after {
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 75px;
    height: 1px;
    background-color: #54BB70;
    content: '';
    opacity: 1;
    visibility: visible;
}
#location .wrapper:after {
    left: auto;
    right: 0;
}
#location .wrapper a:first-child {
    margin-left: 0;
    padding-left: 16px;
    background: url("../images/home.jpg") no-repeat left center;
}
#location .wrapper a.in {
    color: #54bb70;
}

/*************************************************
********************* frame **********************
*************************************************/
#container:after {
    display: block;
    clear: both;
    content: '';
}
#container .aside {
    float: left;
    width: 210px;
}
#container .aside .nav-title {
    margin-bottom: 12px;
    color: #666;
    font-size: 18px;
}
#container .aside .nav-title span {
    font-family: Arial;
}
#container .aside ul li {
    padding:2px;
}
#container .aside ul li:first-child {
    /*border: none;*/
}
#container .aside ul li a {
    position: relative;
    display: block;
    padding: 11px 16px 11px 30px;
    min-height: 40px;
    line-height: 18px;
    color: #fff;
    -webkit-transition: color .28s ease, background-color .3s ease;
    -moz-transition: color .28s ease, background-color .3s ease;
    -ms-transition: color .28s ease, background-color .3s ease;
    -o-transition: color .28s ease, background-color .3s ease;
    transition: color .28s ease, background-color .3s ease;
}
#container .aside ul li a:before {
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -7px;
    width: 5px;
    height: 14px;
    content: '';
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#container .aside ul li.active a,
#container .aside ul li a:hover {
    color: #fff;
    background-color: #54bb70;
}
#container .aside ul li.active a:before,
#container .aside ul li a:hover:before {
    background-color: #fff;
}
#container .aside .callme {
    margin-top: 12px;
    padding-top: 20px;
    background: url("../images/callme.jpg") no-repeat left top;
}
#container .aside .callme .title {
    margin-bottom: 10px;
    padding-left: 10px;
    line-height: 24px;
    color: #54bb70;
    font-size: 28px;
    font-family: Arial;
    font-weight: bold;
    text-align: left;
}
#container .aside .callme .info {
    padding: 0 12px;
    color: #606060;
}
#container .aside .callme .info p {
    position: relative;
    padding-left: 3em;
    line-height: 26px;
}
#container .aside .callme .info span {
    float: left;
    line-height: 26px;
}
#container .aside .caption {
    display: block;
    margin-top: 10px;
    line-height: 22px;
    color: #fff;
    text-align: center;
    background-color: #f00;
}
#container .content {
    float: right;
    width: 850px;
}
#container .content .hilite {
    position: relative;
    padding-bottom: 34px;
    line-height: 1em;
    color: #666;
    font-size: 48px;
}
#container .content .hilite:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 190px;
    height: 7px;
    content: '';
    background: url("../images/ce_bg.jpg") no-repeat;
}
#container .content .hilite span {
    display: block;
    margin-top: 16px;
    margin-bottom: -10px;
    color: #666;
    font-size: 25px;
}
.content .wrap {
    margin-top: 35px;
}
.content .wrap p {
    padding-bottom: 13px;
    line-height: 2em;
    color: #666;
}
.content .wrap &gt; img,
.content .wrap p &gt; img {
    display: block;
    margin: 0 auto;
}
.content .wrap img {
    max-width: 850px;
}
.content .chapter {
    margin: 50px 0;
    padding-top: 16px;
    border-top: 1px dashed #ccc;
}
.content .chapter span {
    padding: 4px 0;
    line-height: 16px;
    display: block;
    color: #4b4b4b;
}
.content .chapter span em {
    font-weight: bold;
    font-style: normal;
}

/*************************************************
******************* pagination *******************
*************************************************/
.pagination-container {
    margin-top: 30px;
    margin-bottom: 50px;
    text-align: right;
}
.pagination {
    margin: 0;
    border-radius: 0;
}
.pagination li a {
    display: inline-block;
    padding: 0;
    width: 24px;
    height: 24px;
    line-height: 22px;
    color: #606060;
    font-size: 12px;
    font-family: Arial;
    text-align: center;
    border-color: transparent;
    border-radius: 0 !important;
    cursor: pointer;
}
.pagination&gt;.active&gt;a,
.pagination&gt;li&gt;a:hover,
.pagination&gt;li&gt;a:focus {
    color: #54bb70;
    background-color: transparent;
    border-color: transparent;
}
.pagination&gt;.active&gt;a,
.pagination&gt;.active&gt;a:hover,
.pagination&gt;.active&gt;a:focus {
    z-index: 2;
    color: #54bb70;
    cursor: default;
    background-color: transparent;
    border-color: transparent;
}
.pagination .disabled a,
.pagination .disabled a:hover,
.pagination .disabled a:focus {
    color: #585858;
    font-weight: normal;
    border-color: #9d9d9d;
}
.pagination li.fisrt a,
.pagination li.fisrt a:hover,
.pagination li.fisrt a:focus,
.pagination li.last a,
.pagination li.last a:hover,
.pagination li.last a:focus,

.pagination li.prev a,
.pagination li.prev a:hover,
.pagination li.prev a:focus,
.pagination li.next a,
.pagination li.next a:hover,
.pagination li.next a:focus {
    color: #fff;
    font-size: 16px;
    font-family: 'SimSun';
    background-color: #54bb70;
    border-color: #54bb70;
}
.pagination li.fisrt a,
.pagination li.prev a {
    margin-right: 5px;
}
.pagination li.last a,
.pagination li.next a {
    margin-left: 5px;
}

/*************************************************
******************** bxslider ********************
*************************************************/
.bx-wrapper {
    margin: 0;
    border: none;
    box-shadow: none;
    background: transparent;
}
.bx-wrapper .bx-viewport {
    left: 0;
    border: none;
    box-shadow: none;
}
.bxslider {
    box-shadow: none;
}

.swiper-slide {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/*************************************************
***************** tooltip-inner ******************
*************************************************/
.tooltip-inner {
    white-space: nowrap;
}

/*************************************************
***************** servicesBar ******************
*************************************************/
#servicesBar {
    position: absolute;
    top: 300px;
    right: 2px;
}
#servicesBar .item {
    position: relative;
    display: block;
    width: 50px;
    height: 55px;
    margin: 1px 0;
}
#servicesBar a.item {
    cursor: pointer;
}
#servicesBar .item:before,
#servicesBar .item:after {
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 40px;
    height: 43.3333333px;
    background: url("../images/servicesBar.png") no-repeat 0 0;
    background-size: 200% auto;
    content: '';
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
.ie #servicesBar .item:before,
.ie #servicesBar .item:after {
    background-image: url("../images/servicesBar.lie.png");
}
#servicesBar .item:before,
#servicesBar .item:hover:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(Opacity=100);
}
#servicesBar .item:hover:before,
#servicesBar .item:after {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(Opacity=0);
}
#servicesBar .tel:before {
    background-position: 0 0;
}
#servicesBar .qq:before {
    background-position: 0 33.333333333%;
}
#servicesBar .wx:before {
    background-position: 0 66.666666666%;
}
#servicesBar .appointment:before {
    background-position: 0 100%;
}
#servicesBar .tel:after {
    background-position: 100% 0;
}
#servicesBar .qq:after {
    background-position: 100% 33.333333333%;
}
#servicesBar .wx:after {
    background-position: 100% 66.666666666%;
}
#servicesBar .appointment:after {
    background-position: 100% 100%;
}
#servicesBar .top:before,
#servicesBar .top:after {
    width: 0;
    height: 0;
}
#servicesBar .item i {
    position: absolute;
    z-index: 995;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #8c8c8c;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
#servicesBar .item:hover i {
    background-color: #333;
}

#servicesBar .top i {
    background: #fff url("../images/logo.png") no-repeat center !important;
    background-size: 85% auto !important;
    border: 2px solid #8c8c8c;
}
#servicesBar .wrap {
    position: absolute;
    z-index: 993;
    top: 50%;
    right: 80%;
    margin-top: -44px;
    padding-right: 8px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
#servicesBar .item:hover .wrap {
    right: 100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}
#servicesBar .o {
    position: relative;
    padding: 20px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-filter: drop-shadow(2px 2px 3px rgba(0,0,0,0.4));
    filter: drop-shadow(2px 2px 3px rgba(0,0,0,0.4));
    filter: url("../images/shadow.svg#drop-shadow");
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=2, OffY=2, Color='#444')";
        filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=2, OffY=2, Color='#444')";
}
#servicesBar .o:before {
    position: absolute;
    z-index: -1;
    top: 30px;
    right: 0;
    margin-right: -12px;
    width: 0;
    height: 0;
    border-color: transparent;
    border-width: 6px;
    border-style: solid;
    border-left-color: #fff;
    content: '';
}
#servicesBar .o p {
    line-height: 20px;
    white-space: nowrap;
}
#servicesBar .wx .o {
    /*margin-top: -82px;*/
    padding: 4px;
    width: 158px;
    height: 158px;
}
#servicesBar .wx .o img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 4px;
}</pre></body></html>